PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / getEnableDocumentAssembly Method
In This Topic
    getEnableDocumentAssembly Method
    In This Topic
    Gets a value indicating whether the user can assemble the document.
    This property is valid only for security handlers that use 128 bit keys.
    Syntax
    public boolean getEnableDocumentAssembly()

    Return Value

    True if the user can assemble the document (insert, rotate, or delete pages and create bookmarks or thumbnail images), even if getEnableDocumentChange is not set.
    See Also